* emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
authorChong Yidong <cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000 (14:11 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000 (14:11 +0000)
restore unread-command-events here.
(edebug-display): Do it here, to detect sit-for interruptions.

lisp/ChangeLog

index ce555aa338d565dad8fe9d33f4ce2942e1a9835d..6bef88ebc2dba668117061975924ab778b555982 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
+       restore unread-command-events here.
+       (edebug-display): Do it here, to detect sit-for interruptions.
+
 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/dns-mode.el (dns-mode): Use before-save-hook.